[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NEWLINE

 Function
  Move the cursor to the beginning of the next line.

 Syntax
  NEWLINE   No arguments are required

 Remarks
  This statement should be used for moving to the beginning of the next
  line on screen, scrolling if necessary.  It will do so regardless of the
  current cursor position, unlike FRESHLINE.

 Examples
  INTEGER i, end
  LET end = RANDOM(20)
  FOR i = 1 TO end
   PRINT RIGHT(RANDOM(10000),8)
  NEXT
  FRESHLINE
  NEWLINE
  PRINTLN "Now we continue with a blank line between"

See Also: FRESHLINE NEWLINES
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson